.inner {
  z-index: 2;
}
body {
  background-color: #fff;
}
.box1.xianshi {
  background-color: #0f0f1d;
}
.headtop {
  background-color: #fff;
}
.headtop ul li a,
.headtop p {
  color: #90a9ce;
}

.box_hd {
  position: relative;
  height: 80px;
  text-align: center;
  padding-top: 120px;
}
.box_hd:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 141px;
  height: 5px;
  background: url("/2020gw/images/testpic/pic.png") no-repeat -32px 0;
  content: "";
  margin-left: -70px;
}
.box_hd h2 {
  font-size: 48px;
  color: #323543;
  line-height: 48px;
  font-weight: bold;
}
.box_hd span {
  color: #3479ff;
}
.box_hd2:after {
  background-position-y: -7px;
}
.box_hd2 h2 {
  color: #fff;
}
.box_hd2 span {
  color: #2cffc9;
}
.itcast_click {
  cursor: pointer;
}
.a_btn {
  position: relative;
  height: 111px;
  margin: 0 auto;
}
.a_btn span {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1600px;
  height: 100%;
  margin-left: -800px;
}
.a_btn i,
.a_btn em {
  position: absolute;
  top: 53px;
  width: 420px;
  height: 5px;
}
.a_btn i {
  left: 0;
  background: -moz-linear-gradient(
    to right,
    rgba(102, 76, 168, 0),
    rgba(102, 76, 168, 0.1)
  );
  background: linear-gradient(
    to right,
    rgba(102, 76, 168, 0),
    rgba(102, 76, 168, 0.1)
  );
}
.a_btn em {
  right: 0;
  background: -moz-linear-gradient(
    to right,
    rgba(102, 76, 168, 0.1),
    rgba(102, 76, 168, 0)
  );
  background: linear-gradient(
    to right,
    rgba(102, 76, 168, 0.1),
    rgba(102, 76, 168, 0)
  );
}
.a_btn i:after,
.a_btn em:before {
  position: absolute;
  top: 0;
  width: 5px;
  height: 5px;
  background-color: #906ee6;
  content: "";
}
.a_btn i:after {
  right: 0;
}
.a_btn em:before {
  left: 0;
}
.a_btn a {
  display: block;
  width: 383px;
  height: 75px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 75px;
  font-weight: bold;
  border-radius: 40px;
  box-shadow: 0 15px 45px rgba(123, 40, 193, 0.4);
  background-color: #7746ed;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.a_btn a b {
  position: relative;
  top: 4px;
  font-size: 46px;
  font-style: italic;
  margin: 0 10px 0 5px;
}
.box0 {
  height: 0;
}
.banner {
  width: 100%;
  position: relative;
}
.banner .slideBox {
  width: 100%;
  height: 700px;
  overflow: hidden;
  position: relative;
}
.banner .slideBox .hd {
  width: 902px;
  height: 15px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  bottom: 15px;
  z-index: 1;
  text-align: center;
}
.banner .slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  display: inline-block;
}
.banner .slideBox .hd ul li {
  float: left;
  margin: 0 3px;
  width: 8px;
  height: 8px;
  line-height: 10px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  opacity: 0.3;
  border-radius: 50%;
}
.banner .slideBox .hd ul li.on {
  color: #fff;
  opacity: 0.7;
}
.banner .slideBox .bb {
  bottom: 350px;
  height: 50px;
  padding-left: 0;
  margin-left: -600px;
  display: none;
  height: 0;
  overflow: visible;
}
.banner .slideBox .bd .li_in {
  width: 968px;
  padding-left: 232px;
  /* height: 385px; */
  margin: 0 auto;
}
.banner .slideBox .bd a {
  width: 100%;
  height: 700px;
  display: block;
  overflow: hidden;
}
.banner .slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.banner .slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
  width: 100%;
  height: 700px;
}
/*.banner .slideban .bd img{ display:block; border: 0;}*/
.banner .slideban .bd img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
}
.banner .slideBox:hover .bb {
  display: block;
}
.banner .slideBox .prev,
.banner .slideBox .next {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../images/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
  border-radius: 3px;
}
.banner .slideBox .next {
  left: auto;
  right: 0;
  background-position: 8px 5px;
}
.banner .slideBox .prev:hover,
.banner .slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.banner .slideBox .prevStop {
  display: none;
}
.banner .slideBox .nextStop {
  display: none;
}
.banner .slideban .prev,
.banner .slideban .next {
  background-color: #3a394f;
  padding: 10px 0;
  background-position: -110px 14px;
}
.banner .slideban .next {
  background-position: 8px 14px;
}
.banner .bancon {
  position: absolute;
  left: 50%;
  top: 0;
  width: 80%;
  min-width: 1200px;
  transform: translate(-50%, 0);
  z-index: 5;
}
.banner .head_kb {
  position: absolute;
  top: 0;
  right: 0;
  width: 339px;
  height: 700px;
  background: #16162b url("/2020gw/images/uipic/kbbg.jpg") no-repeat center
    bottom;
  box-shadow: none;
  padding: 0 20px;
}
/* .banner .head_kb .headkb_top{padding: 48px 0 36px 28px;} */
.banner .head_kb .headkb_top h2 {
  width: 212px;
  height: 33px;
  overflow: hidden;
}
#techcen_right-ui {
  height: 452px;
}
#techcen_right-ui #kb_info {
  width: 320px;
  height: 451px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  margin-right: 0;
  background: #16162b;
}

#techcen_right-ui #kb_info #hd {
  width: 100%;
  color: #fff;
  border: none;
  height: 52px;
  background: #16162b;
  margin: 0 auto 10px;
  overflow: inherit;
  border-radius: 5px;
}
#techcen_right-ui #kb_info #hd span {
  float: left;
  color: #fff;
  background: black;
  line-height: 52px;
  font-size: 15px;
  width: 76px;
  padding: 0 4px;
  height: 100%;
  overflow: hidden;
  text-align: center;
}
#techcen_right-ui #kb_info #hd dl {
  float: left;
}
#techcen_right-ui #kb_info #select {
  position: relative;
}
#techcen_right-ui #kb_info #select dt {
  width: 212px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  cursor: pointer;
  padding-left: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  z-index: 10000;
  background: black;
}
#techcen_right-ui #kb_info #select dt i {
  display: inline-block;
  padding: 0 22px;
  line-height: 52px;
  background: url(/2020gw/images/kczxdown.png) no-repeat center center;
  background-size: 8px;
  position: absolute;
  right: 0;
  top: 0;
}
#techcen_right-ui #kb_info #select dd {
  position: absolute;
  padding: 5px 0;
  width: 296px;
  border: none;
  border-top: none;
  right: -2px;
  top: 36px;
  background: black;
  z-index: 6;
}
#techcen_right-ui #kb_info #select dd .zhe_line {
  position: absolute;
  left: 101px;
  top: -1px;
  width: 159px;
  height: 1px;
  background: #16162b;
  line-height: 0;
  font-size: 0;
  z-index: 9;
  display: none;
}
#techcen_right-ui #kb_info #select dd ul {
  max-height: 320px;
  border: 1px #252546 solid;
  background: #16162b;
}
#techcen_right-ui #kb_info #select dd ul li {
  float: left;
  width: 33%;
  font-size: 13px;
  text-align: center;
  line-height: 26px;
}
#techcen_right-ui #kb_info #select dd ul li a {
  color: #fff;
}
#techcen_right-ui #kb_info #select dd ul li a:hover {
  color: #ff3030;
}
#techcen_right-ui #kb_info #bd {
  width: 310px;
  height: 440px;
  overflow: hidden;
}
#techcen_right-ui #kb_info #bd ul {
  width: 316px !important;
  height: 440px;
  overflow: hidden;
  zoom: 1;
}
#techcen_right-ui #kb_info #bd ul li {
  float: left;
  width: 306px;
  text-align: left;
  display: inline;
  height: 460px;
}
#techcen_right-ui #kb_info #bd ul li p {
  max-height: 340px;
  height: 205px;
  overflow: hidden;
  margin-bottom: 12px;
}
#techcen_right-ui #kb_info #bd ul li p:nth-child(1) {
  margin-right: 0;
}
#techcen_right-ui #kb_info #bd ul li p span {
  /* width: 140px !important; */
  width: 110px !important;
  text-align: center;
}
#techcen_right-ui #kb_info #bd ul li a {
  display: block;
  line-height: 0;
  height: 0;
  color: #fff;
  font-size: 14px;
  position: relative;
  font-size: 16px;
}
#techcen_right-ui #kb_info #bd ul li a.itcast_click {
  line-height: 40px;
  height: 40px;
}
#techcen_right-ui #kb_info #bd ul li a:hover {
  color: #ff3030;
}
#techcen_right-ui #kb_info #bd ul li a:hover strong {
  color: #ff3030;
}
#techcen_right-ui #kb_info #bd ul li em {
  display: inline-block;
  padding: 0 6px;
}
#techcen_right-ui #kb_info #bd ul li strong {
  position: relative;
  font-weight: normal;
}
#techcen_right-ui #kb_info #bd ul li strong i {
  position: absolute;
  right: -23px;
  top: -3px;
  width: 21px;
  height: 20px;
  background: url(/images/school/hot1.gif) no-repeat;
}

.banner .head_kb .headkb_bot a {
  display: block;
  width: 333px;
  height: 74px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 74px;
  border-radius: 37px;
  background: -moz-linear-gradient(to right, #9e3edb, #7039fd);
  background: linear-gradient(to right, #9e3edb, #7039fd);
  margin: 0 auto;
}

.boxs {
  position: relative;
}
.boxNav {
  position: relative;
  width: 100%;
  height: 102px;
  box-sizing: border-box;
  background: url("/2020gw/images/uipic/boxNavbg1.jpg") no-repeat center top;
  background-size: cover;
  padding-top: 31px;
  z-index: 101;
}
.boxNav .hei {
  display: none;
}
.boxNav.cur {
  position: fixed;
  top: 0;
  background-color: #f7f7f7;
}
.boxNav.cur .bai {
  display: none;
}
.boxNav.cur .hei {
  display: block;
}
.boxNav .inner {
  display: flex;
  justify-content: space-between;
  height: 40px;
  padding: 0 6px 0 23px;
  box-sizing: border-box;
}
.boxNav .logo {
  display: flex;
}
.boxNav .logo img {
  width: 136px;
}
.boxNav .logo p {
  position: relative;
  font-size: 26px;
  color: #fff;
  line-height: 40px;
  padding-left: 33px;
}
.boxNav .logo p:before {
  position: absolute;
  left: 17px;
  top: 7.5px;
  width: 1px;
  height: 25px;
  background-color: #628bff;
  content: "";
}
.boxNav.cur .logo p {
  color: #0059ee;
}
.boxNav.cur .logo p:before {
  background-color: #0059ee;
}
.boxNav .nav {
  width: 740px;
  display: flex;
  justify-content: space-between;
}
.boxNav .nav p {
  position: relative;
  font-size: 16px;
  color: #6e717f;
  line-height: 36px;
  cursor: pointer;
}
.boxNav .nav p.cur {
  /* color: #6dc6ff; */
  font-weight: bold;
}
.boxNav .nav p.cur u {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background-color: #7effdc;
}
.boxNav.cur .nav p {
  color: #999;
}
.boxNav.cur .nav p.cur {
  color: #333;
}
.boxNav.cur .nav p.cur u {
  background-color: #005aee;
}

.uibox1 .uibox1bg {
  position: relative;
  height: 140px;
}
.uibox1 .uibox1bg .uibox1bgimg {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
.uibox1 .uibox1bg .ps {
  position: absolute;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 40px;
}
.uibox1 .uibox1bg .p25 {
  animation: mytop 2.5s infinite;
  -moz-animation: mytop 2.5s infinite;
  -webkit-animation: mytop 2.5s infinite;
  -o-animation: mytop 2.5s infinite;
}
.uibox1 .uibox1bg .p30 {
  animation: mytop 3s infinite;
  -moz-animation: mytop 3s infinite;
  -webkit-animation: mytop 3s infinite;
  -o-animation: mytop 3s infinite;
}
@keyframes mytop {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 15px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes mytop {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 10px;
  }
  100% {
    margin-top: 0;
  }
}
.uibox1 .uibox1bg .p1,
.uibox1 .uibox1bg .p3,
.uibox1 .uibox1bg .p4 {
  left: 304px;
  top: 170px;
  width: 191px;
  height: 48px;
  font-size: 20px;
  line-height: 48px;
  border: 3px rgba(78, 189, 185, 0.7) solid;
  background-color: rgba(52, 165, 156, 0.75);
}
.uibox1 .uibox1bg .p3 {
  left: -30px;
  top: 122px;
  width: 209px;
  height: 55px;
  font-size: 22px;
  line-height: 55px;
}
.uibox1 .uibox1bg .p4 {
  left: 346px;
  top: 295px;
  width: 197px;
  height: 51px;
  font-size: 18px;
  line-height: 51px;
}
.uibox1 .uibox1bg .p2,
.uibox1 .uibox1bg .p5,
.uibox1 .uibox1bg .p6,
.uibox1 .uibox1bg .p7 {
  left: 735px;
  top: 364px;
  width: 128px;
  height: 46px;
  font-size: 20px;
  line-height: 46px;
  border: 3px rgba(142, 106, 235, 0.7) solid;
  background-color: rgba(119, 70, 237, 0.75);
}
.uibox1 .uibox1bg .p5 {
  left: 690px;
  top: 70px;
  width: 186px;
}
.uibox1 .uibox1bg .p6 {
  left: 1042px;
  top: 180px;
  width: 186px;
}
.uibox1 .uibox1bg .p7 {
  left: 836px;
  top: 364px;
  width: 226px;
  height: 48px;
  line-height: 48px;
}
.uibox1 .uibox1bg .vs {
  position: absolute;
  left: 496px;
  top: 40px;
  z-index: 2;
}
.uibox1 .uibox1bg .vsbg {
  position: absolute;
  left: 510px;
  top: -29px;
  z-index: 3;
  animation: opt 2s infinite;
  -moz-animation: opt 2s infinite;
  -webkit-animation: opt 2s infinite;
  -o-animation: opt 2s infinite;
}
@keyframes opt {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes opt {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.uibox1 .uibox1bg i {
  position: absolute;
  background: url("/2020gw/images/uipic/pic.png") no-repeat -581px -409px;
  animation: opt 2s infinite;
  -moz-animation: opt 2s infinite;
  -webkit-animation: opt 2s infinite;
  -o-animation: opt 2s infinite;
}
.uibox1 .uibox1bg i.i1 {
  left: -3px;
  bottom: 5px;
  width: 28px;
  height: 28px;
}
.uibox1 .uibox1bg i.i2 {
  left: 528px;
  bottom: 188px;
  width: 42px;
  height: 42px;
  background-position-x: -704px;
}
.uibox1 .uibox1bg i.i3 {
  left: 732px;
  bottom: 202px;
  width: 23px;
  height: 23px;
  background-position-x: -679px;
}
.uibox1 .uibox1bg i.i4 {
  right: -38px;
  bottom: 29px;
  width: 23px;
  height: 23px;
  background-position-x: -679px;
}
.uibox1 .uibox1bg i.i5 {
  left: 436px;
  top: 268px;
  width: 30px;
  height: 30px;
  background-position-x: -611px;
}
.uibox1 .uibox1bg i.i6 {
  left: 718px;
  top: 228px;
  width: 34px;
  height: 34px;
  background-position-x: -643px;
}

.uibox1 .uibox1_con {
  padding: 123px 0 109px;
  height: 620px;
}

.uibox2 {
  position: relative;
  padding: 106px 0 257px;
  height: 550px;
}
.uibox2 .bg {
  position: absolute;
  right: 50%;
  top: 0;
  width: 1408px;
  height: 3214px;
  background: url("/2020gw/images/uipic/bg.jpg") no-repeat;
  margin-right: -980px;
}
.uiboxbg {
  position: relative;
}
.uiboxbg img {
  display: block;
  margin: 0 auto;
}
.uiboxbg h3 {
  position: absolute;
  left: 0;
  top: 112px;
  width: 100%;
  font-size: 28px;
  color: #926dfb;
  text-align: center;
  font-weight: bold;
  letter-spacing: 18px;
}
.uiboxbg p {
  position: absolute;
  left: 0;
  top: 116px;
  width: 100%;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  line-height: 47px;
}
.uibox2_con {
  margin-top: 76px;
}
.uibox2 .uibox2_con ul li {
  /* position: relative; */
  height: 218px;
  margin-top: 50px;
  /* display: flex; */
  float: left;
  width: 580px;
}
.uibox2 .uibox2_con ul li div {
  float: left;
}
.uibox2 .uibox2_con ul li .pic {
  /* position: absolute; */
  /* left: 0;
	top: 0; */
  width: 200px;
  height: 220px;
  margin-left: 70px;
}
.uibox2 .uibox2_con ul li .con {
  /* position: absolute; */
  /* left: 0;
	top: 0; */
  width: 306px;
}
/* .uibox2 .uibox2_con ul li:nth-child(even) .pic,
.uibox2 .uibox2_con ul li:nth-child(odd) .con{
	left: auto;
	right: 0;
} */
/* .uibox2 .uibox2_con ul li:nth-child(even) .con{width: 512px;} */
.uibox2 .uibox2_con ul li .con h3 {
  font-size: 24px;
  color: #ff4fae;
  font-weight: bold;
  letter-spacing: 20px;
}
.uibox2 .uibox2_con ul li .con h4 span {
  color: #926dfb;
}
.uibox2 .uibox2_con ul li .con h4 {
  position: relative;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  line-height: 40px;
  padding: 14px 0 42px;
}
.uibox2 .uibox2_con ul li .con h4:before {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 6px;
  height: 6px;
  border: 2px #9ed6dc solid;
  border-radius: 50%;
  content: "";
}
.uibox2 .uibox2_con ul li .con h4:after {
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 220px;
  height: 2px;
  background-color: rgba(177, 245, 247, 0.08);
  content: "";
}
.uibox2 .uibox2_con ul li .con p {
  font-size: 16px;
  color: #bababc;
  line-height: 30px;
  padding: 16px 0 40px;
}
.uibox2 .uibox2_con ul li .second {
  display: block;
}
.handleBtn a {
  color: #fff;
}
.handleBtn {
  display: block;
  width: 383px;
  height: 75px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 75px;
  font-weight: bold;
  border-radius: 40px;
  box-shadow: 0 15px 45px rgba(123, 40, 193, 0.4);
  background-color: #7746ed;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
/* .uibox2 .uibox2_con ul li:nth-child(even) .con h3,
.uibox2 .uibox2_con ul li:nth-child(even) .con h4,
.uibox2 .uibox2_con ul li:nth-child(even) .con p{text-align: right;}
.uibox2 .uibox2_con ul li:nth-child(even) .con h4:before{left: auto;right: 0;}
.uibox2 .uibox2_con ul li:nth-child(even) .con h4:after{left: auto;right: 20px;}
.uibox2 .uibox2_con ul li:nth-child(even) .con a{margin-left: 129px;}
.uibox2 .uibox2_con ul li:nth-child(4) .con h4{padding-bottom: 88px;}
.uibox2 .uibox2_con ul li:nth-child(4) .con p{padding-top: 0;}*/
.uibox2 .uibox2_con ul li:nth-child(4) .con .nameSign {
  position: relative;
  right: -138px;
  top: -28px;
  color: #48484a;
}

.uibox3 {
  position: relative;
  clear: both;
  margin-top: 106px;
}
.uibox3 .bg {
  position: absolute;
  left: 50%;
  top: -500px;
  width: 1408px;
  height: 3214px;
  background: url("/2020gw/images/uipic/bg.jpg") no-repeat;
  margin-left: -980px;
  transform: scaleX(-1);
  opacity: 0.7;
}
.uibox3 .uibox3_con {
  position: relative;
  height: 821px;
}
.uibox3 .uibox3_con .uibox3bg2 {
  position: absolute;
  left: 50%;
  top: 32px;
  transform: translate(-50%, 0);
}
.uibox3 .uibox3_con p {
  position: absolute;
  left: 0;
  top: 124px;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
}
.uibox3 .uibox3_con .tip {
  font-size: 16px;
  color: #bababc;
  font-weight: normal;
  width: 428px;
  display: block;
  margin-top: 70px;
  line-height: 30px;
}
.uibox3 .uibox3_con a {
  position: absolute;
  right: 0;
  top: 104px;
  width: 402px;
  height: 77px;
  font-size: 24px;
  color: #b88eff;
  text-align: center;
  line-height: 77px;
  border: 2px #372a5a solid;
  border-radius: 40px;
  background-color: rgba(129, 71, 240, 0.2);
  padding-left: 35px;
}
.uibox3 .uibox3_con a:before {
  position: absolute;
  left: 3px;
  top: 8px;
  width: 76px;
  height: 78px;
  background: url("/2020gw/images/uipic/pic.png") no-repeat 0 -73px;
  content: "";
}
.uibox3 .uibox3_con2 {
  padding: 0px 0 90px;
}
.uibox3 .uibox3_con2 .hd img {
  margin: 0 auto;
  display: block;
}
.uibox3 .uibox3_con2 img {
  display: block;
}
.uibox3 .uibox3_con2 ul {
  display: flex;
  justify-content: space-between;
  margin-top: 78px;
}
.uibox3 .uibox3_con2 ul li {
  position: relative;
  width: 385px;
  background: url("/2020gw/images/uipic/uibox11bg3.png") no-repeat center 248px;
  cursor: pointer;
}
.uibox3 .uibox3_con2 ul li:before {
  position: absolute;
  left: 3px;
  top: 3px;
  width: 379px;
  height: 238px;
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
  z-index: 2;
}
.uibox3 .uibox3_con2 ul li .pic {
  position: relative;
  border: 3px #5e5e99 solid;
}
.uibox3 .uibox3_con2 ul li .pic:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  box-shadow: 0 9px 68px rgba(48, 52, 70, 0.66);
  background-color: #7746ed;
  transform: translate(-50%, -50%);
  content: "";
  z-index: 3;
}
.uibox3 .uibox3_con2 ul li .pic:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  background: url(/2020gw/images/uipic/pic.png) no-repeat -76px -45px;
  transform: translate(-50%, -50%);
  content: "";
  z-index: 4;
}
.uibox3 .uibox3_con2 ul li .pic img {
  width: 100%;
}
.uibox3 .uibox3_con2 ul li p {
  font-size: 18px;
  color: rgba(186, 186, 188, 0.69);
  line-height: 34px;
}
.uibox3 .uibox3_con2 ul li p b {
  display: block;
  font-size: 22px;
  color: #fff;
  padding: 36px 0 10px;
}

.uibox3_con3 {
  position: relative;
  z-index: 2;
  height: 781px;
}
.uibox3_con3 img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  min-width: 1600px;
  transform: translate(-50%, -50%);
}
#uibox3_con3 {
  height: 537px;
}
.boxlist1bot2 {
  padding: 90px 0 50px;
}
.boxlist1bot2 .uiboxbg h3 {
  top: 48px;
}
.boxlist1bot2 .uiboxbg p {
  top: 256px;
}
.boxlist1bot2 .boxlist1bot2_con {
  padding-bottom: 80px;
}
.boxlist1bot2 .title-tip {
  text-align: center;
  line-height: 30px;
  margin: 30px;
  color: rgba(186, 186, 188, 0.69);
}
.boxlist1bot2 .top {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0 98px;
}
.boxlist1bot2 .top ol {
  display: flex;
  justify-content: space-between;
}
.boxlist1bot2 .top li {
  position: relative;
  width: 214px;
  height: 72px;
  font-size: 22px;
  color: #d5bcff;
  text-align: center;
  line-height: 72px;
  border-radius: 40px;
  box-sizing: border-box;
  cursor: pointer;
  background: rgba(77, 48, 154, 0.9);
  padding-left: 15px;
}
.boxlist1bot2 .top li:before {
  position: absolute;
  left: 33px;
  top: 32px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e5d9ff;
  content: "";
}
.boxlist1bot2 .top li:hover {
  box-shadow: 0 5px 15px rgba(254, 63, 82, 0.2);
}
.boxlist1bot2 .top li.cur {
  color: #fff;
  box-shadow: 0 15px 45px rgba(139, 73, 195, 0.3);
  background: -moz-linear-gradient(to right, #7039fd, #ad3edb);
  background: linear-gradient(to right, #7039fd, #ad3edb);
}
.boxlist1bot2 .top li.cur:before {
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
  background-color: #fff;
}
.boxlist1bot2 .top li.cur:after {
  position: absolute;
  left: 50%;
  bottom: -40px;
  width: 19px;
  height: 11px;
  background: url("/2020gw/images/uipic/pic.png") no-repeat -460px -105px;
  margin-left: -10px;
  content: "";
}
.boxlist1bot2 .btm {
  width: 100%;
  overflow: hidden;
}
.boxlist1bot2 .btm ul li {
  height: 200px;
  overflow: hidden;
  width: 3100px;
}
.boxlist1bot2 .btm ul .con {
  float: left;
  position: relative;
  overflow: hidden;
  height: 200px;
}
.boxlist1bot2 .btm ul .con img {
  display: block;
  height: 200px;
}
.boxlist1bot2 .btm ul .con .mask {
  position: absolute;
  top: 200px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.boxlist1bot2 .btm ul .con:hover .mask {
  top: 0;
}
.boxlist1bot2 .btm .mask p {
  font-size: 24px;
  text-align: center;
  color: #fff;
  margin-top: 40px;
}
.boxlist1bot2 .btm .mask p span {
  display: block;
  font-size: 16px;
  margin-top: 10px;
}
.boxlist1bot2 .btm .mask a {
  display: block;
  width: 100px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #fe3265;
  border-radius: 50px;
  margin: 20px auto 0;
  color: #fff;
}

.uibox5 .uibox5bg {
  position: relative;
  height: 386px;
}
.uibox5 .uibox5bg img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
.uibox5 .uibox5bg1 h3 {
  position: absolute;
  left: 292px;
  top: 198px;
  width: 100%;
  font-size: 26px;
  color: #926dfb;
  font-weight: bold;
  letter-spacing: 18px;
}
.uibox5 .uibox5bg1 p {
  position: absolute;
  left: 220px;
  top: 240px;
  width: 640px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 30px;
  font-weight: normal;
}
.uibox6 {
  padding-top: 100px;
}
.uibox6 .uiboxhd {
  position: relative;
  margin: 103px 0 82px;
}
.uibox6 .uiboxhd img,
.uibox7 .uiboxhd img,
.uibox9 .uiboxhd img,
.ui_newsinfo img {
  display: block;
}
.uibox7 .uiboxhd img,
.uibox9 .uiboxhd img,
.ui_newsinfo img {
  margin: 0 auto;
}
.uibox6 .uiboxhd a {
  position: absolute;
  right: 0;
  top: 25px;
  width: 480px;
  height: 77px;
  font-size: 24px;
  color: #b88eff;
  text-align: center;
  line-height: 77px;
  font-weight: bold;
  border: 2px #372a5a solid;
  border-radius: 40px;
  background-color: rgba(129, 71, 240, 0.2);
  padding-left: 35px;
}
.uibox6 .uiboxhd a:before {
  position: absolute;
  left: 3px;
  top: 8px;
  width: 76px;
  height: 78px;
  background: url("/2020gw/images/uipic/pic.png") no-repeat 0 -73px;
  content: "";
}
.uibox6 .uibox6_con ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.uibox6 .uibox6_con ul li {
  position: relative;
  width: 380px;
  height: 111px;
  font-size: 18px;
  color: #a6a6c0;
  line-height: 36px;
  box-sizing: border-box;
  background: url("/2020gw/images/uipic/pic.png") no-repeat -78px -77px;
  margin-bottom: 4px;
  padding: 18px 0 0 108px;
}
.uibox6 .uibox6_con ul li:before {
  position: absolute;
  left: 34px;
  top: 24px;
  width: 42px;
  height: 62px;
  background: url("/2020gw/images/uipic/pic.png") no-repeat -226px 0;
  content: "";
}
.uibox6 .uibox6_con ul li:nth-child(2):before {
  background-position-x: -268px;
}
.uibox6 .uibox6_con ul li:nth-child(3):before {
  background-position-x: -310px;
}
.uibox6 .uibox6_con ul li:nth-child(4):before {
  background-position-x: -352px;
}
.uibox6 .uibox6_con ul li:nth-child(5):before {
  background-position-x: -394px;
}
.uibox6 .uibox6_con ul li:nth-child(6):before {
  background-position-x: -436px;
}
.uibox6 .uibox6_con ul li:nth-child(7):before {
  background-position-x: -478px;
}
.uibox6 .uibox6_con ul li:nth-child(8):before {
  background-position-x: -520px;
}
.uibox6 .uibox6_con ul li:nth-child(9):before {
  background-position-x: -562px;
}
.uibox6 .uibox6_con ul li b {
  display: block;
  font-size: 22px;
  color: #fff;
}

.uibox7 {
  background: url("/2020gw/images/uipic/bg2.jpg") no-repeat right bottom 70px;
  padding-bottom: 50px;
}
.uibox7 .uiboxhd,
.uibox9 .uiboxhd {
  position: relative;
  margin: 60px 0 80px;
}
.uibox7 .uiboxhd span,
.uibox9 .uiboxhd span {
  position: absolute;
  right: 2px;
  bottom: 1px;
  width: 36px;
  height: 10px;
  display: flex;
  justify-content: space-between;
}
.uibox7 .uiboxhd span i,
.uibox9 .uiboxhd span i {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #946df2;
}
.uibox7 .uibox7_con {
  display: flex;
  justify-content: space-between;
  width: 1250px;
  margin-left: -25px;
  padding-bottom: 98px;
}
.uibox7 .uibox7_con .con_left {
  width: 418px;
  height: 660px;
  border-radius: 35px 0 22px 0;
  box-sizing: border-box;
  background: url("/2020gw/images/uipic/uibox7bg1.jpg") no-repeat;
  padding-top: 46px;
}
.uibox7 .uibox7_con .con_left ul li {
  position: relative;
  width: 268px;
  height: 60px;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  line-height: 60px;
  border-radius: 30px;
  cursor: pointer;
  border: 2px rgba(206, 153, 255, 0) solid;
  background-color: rgba(120, 47, 241, 0.5);
  margin: 0 auto 20px;
}
.uibox7 .uibox7_con .con_left ul li.cur {
  color: #fff;
  font-weight: bold;
  background-color: #8654ff;
  border-color: #ce99ff;
}
.uibox7 .uibox7_con .con_left ul li.cur:before {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
  background-color: #fff;
  content: "";
}
.uibox7 .uibox7_con .con_left ul li.cur:after {
  position: absolute;
  right: -36px;
  top: 22px;
  width: 18px;
  height: 28px;
  background: url("/2020gw/images/uipic/pic.png") no-repeat -460px -77px;
  content: "";
}
.uibox7 .uibox7_con .con_right {
  width: 818px;
}
.uibox7 .uibox7_con .con_right .list {
  display: none;
}
.uibox7 .uibox7_con .con_top {
  height: 128px;
  border-radius: 20px 20px 0 0;
  background-color: rgba(27, 27, 49, 0.9);
}
.uibox7 .uibox7_con .con_top h3 {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  padding: 22px 0 12px 28px;
}
.uibox7 .uibox7_con .con_top p {
  position: relative;
  font-size: 20px;
  color: #a3a3a3;
  line-height: 26px;
  padding-left: 52px;
}
.uibox7 .uibox7_con .con_top p b {
  color: #fff;
}
.uibox7 .uibox7_con .con_top p i {
  color: #fff;
  margin: 0 10px;
}
.uibox7 .uibox7_con .con_top p:before {
  position: absolute;
  left: 31px;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(190, 163, 244, 0.2);
  background-color: #a27cff;
  content: "";
}
.uibox7 .uibox7_con .con_bot {
  height: 520px;
  box-sizing: border-box;
  border-radius: 0 0 20px 20px;
  border-bottom: 3px #251c53 solid;
  background-color: rgba(27, 27, 49, 0.9);
  margin-top: 13px;
  padding: 23px 0 20px;
}
.uibox7 .uibox7_con .con_bot .autobox {
  height: 480px;
  overflow: auto;
  padding: 0 100px 0 70px;
}
.uibox7 .uibox7_con .con_bot .autobox::-webkit-scrollbar {
  width: 7px;
  height: 1px;
}
.uibox7 .uibox7_con .con_bot .autobox::-webkit-scrollbar-thumb {
  width: 7px;
  border-radius: 4px;
  background: #523196;
}
.uibox7 .uibox7_con .con_bot .autobox::-webkit-scrollbar-track {
  width: 7px;
  height: 1px;
}
.uibox7 .uibox7_con .con_bot h3 {
  position: relative;
  font-size: 22px;
  color: #e8e8f9;
  font-weight: bold;
  margin-top: 3px;
}
.uibox7 .uibox7_con .con_bot h3:before {
  position: absolute;
  top: -3px;
  height: 44px;
  content: "";
  background: url("/2020gw/images/uipic/pic.png") no-repeat -488px -73px;
}
.uibox7 .uibox7_con .con_bot h3.sjsm:before {
  left: -42px;
  width: 32px;
}
.uibox7 .uibox7_con .con_bot h3.zjnr:before {
  left: -42px;
  width: 30px;
  background-position-x: -520px;
}
.uibox7 .uibox7_con .con_bot h3.kjj:before {
  left: -56px;
  top: -13px;
  width: 60px;
  height: 48px;
  background-position: -460px -117px;
}
.uibox7 .uibox7_con .con_bot h3.kzw:before {
  left: -42px;
  width: 32px;
  background-position-x: -550px;
}
.uibox7 .uibox7_con .con_bot p {
  font-size: 16px;
  color: #bababc;
  line-height: 32px;
  margin: 10px 0 25px;
}
.uibox8_con {
  padding: 0 20px;
}
.uibox8 .uibox8bg {
  position: relative;
  height: 364px;
}
.uibox8 .uibox8bg .uibox8bgimg {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
.uibox8 .uibox8bg3 h3 {
  position: absolute;
  left: 0;
  top: 160px;
  width: 100%;
  font-size: 28px;
  color: #926dfb;
  font-weight: bold;
  letter-spacing: 18px;
}
.uibox8 .uibox8bg3 p {
  position: absolute;
  left: 0;
  top: 302px;
  width: 100%;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 50px;
}
.uibox8 .uibox8bg4 {
  height: 962px;
}
.uibox8 .uibox8bg4 h3 {
  font-size: 20px;
  color: #e8e8f9;
  font-weight: bold;
  line-height: 26px;
  padding: 60px 0 56px 106px;
}
.uibox8 .uibox8bg4 h3 span:nth-child(2) {
  padding: 0 135px 0 132px;
}
.uibox8 .uibox8bg4 ol {
  display: flex;
  justify-content: space-between;
}
.uibox8 .uibox8bg4 ol li {
  width: 225px;
  height: 114px;
  border-radius: 6px;
  box-sizing: border-box;
  background-color: #4d309a;
  padding: 0 2px;
  cursor: pointer;
}
.uibox8 .uibox8bg4 ol li p {
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: rgba(218, 196, 255, 0.4);
  text-align: center;
  line-height: 25px;
  border-radius: 6px;
  box-sizing: border-box;
  padding-top: 15px;
}
.uibox8 .uibox8bg4 ol li p b {
  display: block;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 36px;
}
.uibox8 .uibox8bg4 ol li.cur {
  background: -moz-linear-gradient(to right, #8955fd, #c267e8);
  background: linear-gradient(to right, #8955fd, #c267e8);
}
.uibox8 .uibox8bg4 ol li.cur p {
  position: relative;
  color: #fff;
  background: -moz-linear-gradient(to right, #7039fd, #ad3edb);
  background: linear-gradient(to right, #7039fd, #ad3edb);
}
.uibox8 .uibox8bg4 ol li.cur p b {
  color: #fff;
}
.uibox8 .uibox8bg4 ol li.cur p:after {
  position: absolute;
  left: 50%;
  bottom: -28px;
  width: 19px;
  height: 11px;
  background: url("/2020gw/images/uipic/pic.png") no-repeat -460px -105px;
  content: "";
  margin-left: -10px;
}
.uibox8 .uibox8bg4 .botlist {
  display: none;
}
.uibox8 .uibox8bg4 .botlist.cur {
  display: block;
}
.uibox8 .uibox8bg4 .botlist1 {
  padding-top: 70px;
}
.uibox8 .uibox8bg4 .uibox8pic1 {
  display: block;
  margin-left: -60px;
}
.uibox8 .uibox8bg4 .botlist1 .listbtm {
  display: flex;
  margin: -227px 0 0 85px;
}
.uibox8 .uibox8bg4 .botlist1 .listbtm p {
  width: 240px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.65);
  text-align: center;
  line-height: 32px;
}
.uibox8 .uibox8bg4 .botlist1 .listbtm p:nth-child(2) {
  margin: 0 155px 0 155px;
}
.uibox8 .uibox8bg4 .botlist1 .listbtm p span {
  display: block;
  width: 189px;
  height: 61px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 61px;
  border-radius: 32px;
  background: -moz-linear-gradient(to right, #ac4ef8, #4b6bf4);
  background: linear-gradient(to right, #ac4ef8, #4b6bf4);
  margin: 54px auto 0;
}
.uibox8 .uibox8bg4 .botlist1 .listbtm p b {
  position: relative;
  padding-left: 28px;
}
.uibox8 .uibox8bg4 .botlist1 .listbtm p b:before {
  position: absolute;
  left: 14px;
  top: 6.5px;
  width: 9px;
  height: 13px;
  background: url("/2020gw/images/uipic/pic.png") no-repeat -525px -307px;
  content: "";
}
.uibox8 .uibox8bg4 .botlist2 {
  padding-top: 72px;
}
.uibox8 .uibox8bg4 .uibox8pic2 {
  display: block;
  width: 1160px;
}
.uibox8 .uibox8bg4 .botlist3 {
  padding-top: 70px;
}
.uibox8 .uibox8bg4 .botlist3 h4 {
  position: relative;
  display: block;
  font-size: 30px;
  color: #6b6b86;
  font-weight: bold;
}
.uibox8 .uibox8bg4 .botlist3 h4 span {
  background: linear-gradient(to right, #4fd8ff, #526fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.uibox8 .uibox8bg4 .botlist3 ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 42px;
}
.uibox8 .uibox8bg4 .botlist3 ul li {
  width: 580px;
}
.uibox8 .uibox8bg4 .botlist3 ul li h4 {
  position: relative;
  width: 80%;
  border-bottom: 2px rgba(100, 218, 255, 0.2) solid;
  margin-bottom: 36px;
  padding-bottom: 22px;
}
.uibox8 .uibox8bg4 .botlist3 ul li h4:before {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 38px;
  height: 2px;
  background-color: #64daff;
  content: "";
}
.uibox8 .uibox8bg4 .botlist3 ul li p {
  position: relative;
  font-size: 16px;
  color: #9b9b9f;
  line-height: 32px;
  padding-left: 176px;
}
.uibox8 .uibox8bg4 .botlist3 ul li p:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 158px;
  height: 156px;
  background: url("/2020gw/images/uipic/pic.png") no-repeat -110px -241px;
  content: "";
}
.uibox8 .uibox8bg4 .botlist3 ul li:nth-child(2) {
  width: 540px;
}
.uibox8 .uibox8bg4 .botlist3 ul li:nth-child(2) h4 {
  border-color: rgba(107, 107, 134, 0.2);
}
.uibox8 .uibox8bg4 .botlist3 ul li:nth-child(2) h4:before {
  background-color: #6b6b86;
}
.uibox8 .uibox8bg4 .botlist3 ul li:nth-child(2) p:before {
  background-position-x: -269px;
}
.uibox8 .uibox8bg4 .botlist3 ul li p span {
  position: relative;
  display: block;
  padding-left: 20px;
}
.uibox8 .uibox8bg4 .botlist3 ul li p span:before {
  position: absolute;
  left: 0;
  top: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #cd78ff;
  content: "";
}

.uibox8 .uibox8bg4 .botlist3 .pic img {
  display: block;
  width: 96%;
  margin: 26px 0 32px;
}
.uibox8 .uibox8bg4 .botlist3 .botli {
  display: flex;
  margin-top: 20px;
}
.uibox8 .uibox8bg4 .botlist3 .botli span {
  display: block;
  height: 56px;
  font-size: 19px;
  color: #fff;
  line-height: 56px;
  font-weight: bold;
  border-radius: 33px;
  border: 2px #7a4ee3 solid;
  background-color: rgba(119, 70, 237, 0.3);
  padding: 0 26px;
  margin-right: 16px;
}
.uibox8 .uibox8bg4 .botlist3 .botli b i {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(102, 102, 125, 0.5);
  margin: 25px 2px;
}
.uibox8 .uibox8bg4 .botlist4 {
  padding-top: 72px;
}
.uibox8 .uibox8bg4 .botlist4 .autobox,
.uibox8 .uibox8bg4 .botlist3 .autobox {
  width: 1200px;
  height: 570px;
  overflow: auto;
}
.uibox8 .uibox8bg4 .botlist3 .autobox::-webkit-scrollbar {
  width: 7px;
  height: 1px;
}
.uibox8 .uibox8bg4 .botlist3 .autobox::-webkit-scrollbar-thumb {
  width: 7px;
  border-radius: 4px;
  background: #523196;
}
.uibox8 .uibox8bg4 .botlist3 .autobox::-webkit-scrollbar-track {
  width: 7px;
  height: 1px;
}
.uibox8 .uibox8bg4 .botlist4 .autobox::-webkit-scrollbar {
  width: 7px;
  height: 1px;
}
.uibox8 .uibox8bg4 .botlist4 .autobox::-webkit-scrollbar-thumb {
  width: 7px;
  border-radius: 4px;
  background: #523196;
}
.uibox8 .uibox8bg4 .botlist4 .autobox::-webkit-scrollbar-track {
  width: 7px;
  height: 1px;
}
.uibox8 .uibox8bg4 .botlist4 h4 {
  position: relative;
  width: 1200px;
  font-size: 26px;
  color: #e8e8f9;
  text-align: center;
  font-weight: bold;
}
.uibox8 .uibox8bg4 .botlist4 h4 i,
.uibox8 .uibox8bg4 .botlist4 h4 em {
  display: inline-block;
  width: 76px;
  height: 51px;
  background: url("/2020gw/images/uipic/pic.png") no-repeat -471px -241px;
  margin-right: 12px;
}
.uibox8 .uibox8bg4 .botlist4 h4 em {
  width: 49px;
  height: 50px;
  background-position-y: -307px;
}
.uibox8 .uibox8bg4 .botlist4 ul {
  width: 1160px;
  padding: 55px 0 4px;
}
.uibox8 .uibox8bg4 .botlist4 ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 46px;
}
.uibox8 .uibox8bg4 .botlist4 ul li p {
  position: relative;
  display: block;
  width: 232px;
  height: 66px;
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: 62px;
  font-weight: bold;
  border-radius: 33px;
  border: 2px #7a4ee3 solid;
  box-sizing: border-box;
  background-color: rgba(119, 70, 237, 0.4);
  padding-left: 18px;
}
.uibox8 .uibox8bg4 .botlist4 ul li p i {
  position: absolute;
  left: 11px;
  top: 10.5px;
  width: 41px;
  height: 41px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 41px;
  font-weight: bold;
  font-style: inherit;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(45, 45, 45, 0.3);
  background-color: #8557f2;
}
.uibox8 .uibox8bg4 .botlist4 ul li p:after {
  position: absolute;
  right: -52px;
  top: 20.5px;
  width: 25px;
  height: 19px;
  background: url("/2020gw/images/uipic/pic.png") no-repeat -472px -362px;
  content: "";
}
.uibox8 .uibox8bg4 .botlist4 ul li:nth-child(2) p:after {
  left: -52px;
  background-position-x: -500px;
}
.uibox8 .uibox8bg4 .botlist4 ul li:nth-child(1) p:last-child:after,
.uibox8 .uibox8bg4 .botlist4 ul li:nth-child(2) p:first-child:after {
  left: 50%;
  top: 80px;
  width: 19px;
  height: 25px;
  background-position-x: -527px;
  margin-left: -10px;
}
.uibox8 .uibox8bg4 .botlist4 ul li:nth-child(3) p:last-child:after {
  display: none;
}
.uibox8 .uibox8bg4 .botlist4 .ulbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1160px;
}
.uibox8 .uibox8bg4 .botlist4 .ulbox .libox {
  position: relative;
  width: 576px;
  height: 201px;
  box-sizing: border-box;
  background: url("/2020gw/images/uipic/pic.png") no-repeat 0 -409px;
  margin-top: 31px;
  padding: 30px 0 0 122px;
}
.uibox8 .uibox8bg4 .botlist4 .ulbox .libox:before {
  position: absolute;
  left: 25px;
  top: 39px;
  width: 79px;
  height: 81px;
  background: url("/2020gw/images/uipic/pic.png") no-repeat -550px -241px;
  content: "";
}
.uibox8 .uibox8bg4 .botlist4 .ulbox .libox h5 {
  position: relative;
  width: 416px;
  font-size: 18px;
  color: #a6a6c0;
  border-bottom: 1px #554e75 dashed;
  padding-bottom: 18px;
}
.uibox8 .uibox8bg4 .botlist4 .ulbox .libox h5:before,
.uibox8 .uibox8bg4 .botlist4 .ulbox .libox h5:after {
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 3px;
  height: 1px;
  background-color: #fff;
  content: "";
}
.uibox8 .uibox8bg4 .botlist4 .ulbox .libox h5:before {
  left: 0;
}
.uibox8 .uibox8bg4 .botlist4 .ulbox .libox h5 b {
  font-size: 26px;
  color: #fff;
  margin-right: 14px;
}
.uibox8 .uibox8bg4 .botlist4 .ulbox .libox p {
  font-size: 18px;
  color: #fff;
  line-height: 40px;
  margin-top: 10px;
}
.uibox8 .uibox8bg4 .botlist4 .ulbox .libox p span {
  position: relative;
  padding: 0 20px 0 11px;
}
.uibox8 .uibox8bg4 .botlist4 .ulbox .libox p span:before {
  position: absolute;
  left: 0;
  top: 12.5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #b46bff;
  content: "";
}

.uibox9 {
  background: url("/2020gw/images/uipic/bg2.jpg") no-repeat right bottom 100px;
  padding: 42px 0 96px;
}
.uibox9 .uibox9_con {
  margin: -22px 0 0;
}
.uibox9 .uibox9_con .con_top {
  width: 1304px;
  /* height: 374px; */
  border-radius: 2px;
  box-sizing: border-box;
  background: -moz-linear-gradient(
    to bottom,
    rgba(32, 32, 59, 0.5),
    rgba(59, 59, 124, 0.5)
  );
  background: linear-gradient(
    to bottom,
    rgba(32, 32, 59, 0.5),
    rgba(59, 59, 124, 0.5)
  );
  margin-left: -52px;
  padding: 2px;
}
.uibox9 .uibox9_con .bg {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-color: #151527;
}
.uibox9 .uibox9_con .con_top .pic {
  width: 160px;
  margin: 32px 10px 0 50px;
}
.uibox9 .uibox9_con .con_top p {
  /* width: 480px; */
  font-size: 16px;
  color: #9b9b9f;
  line-height: 30px;
  padding-right: 16px;
  padding-bottom: 16px;
}
.uibox9 .uibox9_con .con_top p:last-child {
  margin-left: 94px;
}
.uibox9 .uibox9_con .con_top p b {
  display: block;
  font-size: 24px;
  color: #e8e8f9;
  line-height: 56px;
}
.uibox9 .uibox9_con ul {
  display: flex;
  justify-content: space-between;
  width: 1304px;
  margin: 16px 0 48px -52px;
}
.uibox9 .uibox9_con ul li {
  width: 638px;
  /* height: 296px; */
  box-sizing: border-box;
  background: -moz-linear-gradient(
    to bottom,
    rgba(32, 32, 59, 0.5),
    rgba(59, 59, 124, 0.5)
  );
  background: linear-gradient(
    to bottom,
    rgba(32, 32, 59, 0.5),
    rgba(59, 59, 124, 0.5)
  );
  padding: 2px;
}
.uibox9 .uibox9_con ul li .pic {
  margin: 20px 22px 0 52px;
}
.uibox9 .uibox9_con ul li p {
  font-size: 16px;
  color: #9b9b9f;
  line-height: 28px;
  padding-bottom: 20px;
}
.uibox9 .uibox9_con ul li p span {
  position: relative;
  display: block;
  padding-left: 24px;
}
.uibox9 .uibox9_con ul li p span:before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #cc78fe;
  content: "";
}
.uibox9 .uibox9_con2 {
  width: 1240px;
  display: flex;
  justify-content: space-between;
  margin: 0 0 104px -14px;
}
.uibox9 .uibox9_con2 .con_left {
  width: 396px;
  height: 520px;
  box-sizing: border-box;
  border-radius: 35px 0 22px 0;
  background: url("/2020gw/images/uipic/uibox9bg1.jpg") no-repeat;
  padding-top: 36px;
}
.uibox9 .uibox9_con2 .con_left ul li {
  position: relative;
  width: 254px;
  height: 66px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  line-height: 66px;
  border-radius: 33px;
  cursor: pointer;
  box-sizing: border-box;
  background-color: rgba(94, 45, 248, 0.3);
  margin: 0 auto 28px;
}
.uibox9 .uibox9_con2 .con_left ul li i {
  position: relative;
  top: -3px;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 8px;
}
.uibox9 .uibox9_con2 .con_left ul li.cur {
  color: #fff;
  font-weight: bold;
  line-height: 62px;
  border: 2px #9d7af1 solid;
  box-shadow: 0 16px 45px rgba(118, 78, 152, 0.49);
  background-color: #7746ed;
}
.uibox9 .uibox9_con2 .con_left ul li.cur i {
  width: 6px;
  height: 6px;
}
.uibox9 .uibox9_con2 .con_left ul li.cur:after {
  position: absolute;
  right: -36px;
  top: 19px;
  width: 18px;
  height: 28px;
  background: url("/2020gw/images/uipic/pic.png") no-repeat -460px -77px;
  content: "";
}
.uibox9 .uibox9_con2 .con_right {
  width: 828px;
  height: 520px;
  box-sizing: border-box;
  border-radius: 20px;
  border-bottom: 3px #251c53 solid;
  background-color: rgba(30, 30, 61, 0.9);
  /* padding-top: 52px; */
}
.uibox9 .uibox9_con2 .con_right .list {
  display: none;
}
.uibox9 .uibox9_con2 .con_right .con {
  width: 650px;
  margin: -30px 0 0 112px;
}
.uibox9 .uibox9_con2 .con_right .title {
  font-size: 30px;
  margin: 20px 0 20px 32px;
  color: #70d9ff;
}
.uibox9 .uibox9_con2 .con_right .con p {
  position: relative;
  font-size: 16px;
  color: #9b9b9f;
  line-height: 32px;
  border-bottom: 2px #2a2151 solid;
  padding: 26px 0;
}
.uibox9 .uibox9_con2 .con_right .con p:last-child {
  border: none;
  padding-bottom: 0;
}
.uibox9 .uibox9_con2 .con_right .con p:before {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 31px;
  height: 2px;
  border-left: 2px #c2a7ff solid;
  background-color: #7841f5;
  content: "";
}
.uibox9 .uibox9_con2 .con_right .con p:last-child:before,
.uibox9 .uibox9_con2 .con_right .con p:last-child:after {
  display: none;
}
.uibox9 .uibox9_con2 .con_right .con p b {
  position: absolute;
  left: -78px;
  top: 36px;
  font-size: 22px;
  color: #e8e8f9;
}

.uibox10 .uiboxbg p {
  z-index: 22;
  top: 90px;
}
.uibox10 .uibox10_con {
  position: relative;
  width: 1200px;
  margin: 30px 0 166px -33px;
  padding-top: 58px;
}
.uibox10 .uibox10_con .uibox10bg2 {
  position: absolute;
  left: -360px;
  top: 0;
}
.uibox10 .uibox10_con .maincon {
  display: flex;
  justify-content: space-between;
}
.uibox10 .uibox10_con .maincon .pic {
  width: 352px;
  height: 480px;
  box-sizing: border-box;
  background: url("/2020gw/images/uipic/tea.png") no-repeat;
  padding: 16px 0 0 26px;
}
.uibox10 .uibox10_con .maincon .pic img {
  display: block;
  width: 245px;
  /* margin: 46px 34px; */
}
.uibox10 .uibox10_con .maincon .con {
  width: 824px;
}
.uibox10 .uibox10_con .maincon .con h3 {
  font-size: 36px;
  color: #fff;
  line-height: 36px;
  padding: 16px 0 26px;
}
.uibox10 .uibox10_con .maincon .con h4 {
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  color: #fff;
}
.uibox10 .uibox10_con .maincon .con h4 span {
  display: block;
  height: 64px;
  line-height: 64px;
  border-radius: 32px;
  font-weight: bold;
  box-shadow: 0 15px 45px rgba(123, 40, 193, 0.4);
  background-color: #7746ed;
  padding: 0 26px;
  margin: 0 20px 20px 0;
}
.uibox10 .uibox10_con .maincon .con p {
  position: relative;
  font-size: 18px;
  color: #9b9b9f;
  line-height: 38px;
  margin: 10px 0 30px;
  padding-bottom: 36px;
}
.uibox10 .uibox10_con .maincon .con p:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 2px;
  border-left: 2px #c2a7ff solid;
  background-color: #7841f5;
  content: "";
}
.uibox10 .uibox10_con .maincon .con p:after {
  position: absolute;
  left: 36px;
  bottom: 0;
  width: 388px;
  height: 2px;
  background-color: rgba(120, 65, 245, 0.2);
  content: "";
}
.uibox10 .uibox10_con .maincon .con h4 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 26px;
}
.uibox10 .uibox10_con .maincon .con ol {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border: 2px rgba(73, 55, 105, 0.6) solid;
  box-sizing: border-box;
  background-color: rgba(130, 79, 194, 0.15);
  padding: 23px 20px 1px;
}
.uibox10 .uibox10_con .maincon .con ol li {
  position: relative;
  height: 26px;
  font-size: 16px;
  color: rgba(232, 232, 249, 0.8);
  line-height: 32px;
  margin: 0 56px 23px 0;
  padding-left: 35px;
  /* float: left; */
}
.uibox10 .uibox10_con .maincon .con ol li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 26px;
  background: url("/2020gw/images/uipic/pic.png") no-repeat -550px -324px;
  content: "";
}
.uibox10 .uibox10_con .gallery-thumbs {
  width: 1000px;
  margin: 60px auto 0;
}
.uibox10 .uibox10_con .gallery-thumbs .pic {
  width: 150px;
  height: 152px;
  box-sizing: border-box;
  background: url("/2020gw/images/uipic/teas.png") no-repeat;
  opacity: 0.7;
}
.uibox10 .uibox10_con .gallery-thumbs .swiper-slide-thumb-active .pic {
  opacity: 1;
}
.uibox10 .uibox10_con .gallery-thumbs .img {
  width: 134px;
  height: 143px;
  border-radius: 8px;
  overflow: hidden;
}
.uibox10 .uibox10_con .gallery-thumbs .img img {
  width: 100%;
}
.uibox10 .uibox10_con .swiper-button-white {
  position: absolute;
  /* right: -100px; */
  top: auto;
  bottom: 68px;
  width: 54px;
  height: 54px;
  font-size: 0;
  border: none;
  padding: 0;
  background: url("/2020gw/images/uipic/pic.png") no-repeat -57px -297px;
  z-index: 6;
  cursor: pointer;
}
.uibox10 .uibox10_con .swiper-button-white:after {
  display: none;
}
.uibox10 .uibox10_con .swiper-button-prev {
  background-position-x: 0;
}
.uibox10 .uibox10_con .swiper-button-prev:hover,
.uibox10 .uibox10_con .swiper-button-next:hover {
  background-position-y: -241px;
}

.uibox11 .uibox11bg {
  position: relative;
  height: 480px;
}
.uibox11 .uibox11bg .uibox11bgimg {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
.uibox11 .uibox11bg1 p {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.6);
  text-align: right;
  line-height: 47px;
  padding: 230px 0 86px;
  margin-right: -24px;
}
.uibox11 .uibox11bg1 h3 {
  font-size: 30px;
  color: #fff;
  text-align: right;
  line-height: 70px;
  font-weight: bold;
  /* padding-bottom: -55px; */
  margin-right: 64px;
  padding-top: 240px;
}
.uibox11 .uibox11bg1 ol {
  display: flex;
  justify-content: right;
  margin-right: -24px;
  position: absolute;
  top: 350px;
  left: 275px;
}
.uibox11 .uibox11bg1 ol li {
  height: 42px;
  font-size: 18px;
  color: #fff;
  line-height: 42px;
  font-weight: bold;
  border: 2px rgba(255, 255, 255, 0.2) solid;
  border-radius: 33px;
  background-color: rgba(118, 103, 253, 0.8);
  padding: 0 32px;
  margin-left: 12px;
}
.uibox11 .uibox11bg2 {
  height: auto;
  padding: 2px 0 90px;
}
.uibox11 .uibox11bg2 .ku_html {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 48px;
}
.uibox11 .uibox11bg2 .ku_html li {
  position: relative;
  width: 287px;
  background: url("/2020gw/images/uipic/uibox11bg3.png") no-repeat center 193px;
}
.uibox11 .uibox11bg2 .ku_html li a:before {
  position: absolute;
  left: 2px;
  top: 2px;
  width: 283px;
  height: 186px;
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
  z-index: 2;
}
.uibox11 .uibox11bg2 .ku_html li:after {
  position: absolute;
  left: 9px;
  top: 163px;
  width: 48px;
  height: 19px;
  background: url("/2020gw/images/uipic/pic.png") no-repeat -460px -183px;
  content: "";
  z-index: 2;
}
.uibox11 .uibox11bg2 .ku_html li .img_box {
  position: relative;
  width: 283px;
  height: 186px;
  overflow: hidden;
  border: 2px #5e5e99 solid;
}
.uibox11 .uibox11bg2 .ku_html li .img_box:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-color: rgba(44, 31, 66, 0.8);
  transform: translate(-50%, -50%);
  content: "";
  z-index: 3;
}
.uibox11 .uibox11bg2 .ku_html li .img_box:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  background: url("/2020gw/images/uipic/pic.png") no-repeat -76px -45px;
  transform: translate(-50%, -50%);
  content: "";
  z-index: 4;
}
.uibox11 .uibox11bg2 .ku_html li .img_box .mask_img1 {
  display: block;
  width: 100%;
}
.uibox11 .uibox11bg2 .ku_html li .img_box .sy_mask {
  display: none;
}
.uibox11 .uibox11bg2 .ku_html li .btm {
  height: 126px;
  margin-bottom: 60px;
}
.uibox11 .uibox11bg2 .ku_html li .btm h3 {
  height: 58px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 29px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 16px;
  margin-bottom: 22px;
}
.uibox11 .uibox11bg2 .ku_html li .btm p {
  font-size: 18px;
  color: #5474ff;
  line-height: 20px;
}
.uibox11 .uibox11bg2 .ku_html li .btm p span {
  position: relative;
  float: right;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.3);
  padding-left: 15px;
}
.uibox11 .uibox11bg2 .ku_html li .btm p span:before {
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(93, 177, 255, 0.14);
  background-color: #5db1ff;
  content: "";
}
/* .uibox11 .uibox11bg2 .ku_html li:hover:before,
.uibox11 .uibox11bg2 .ku_html li:hover .img_box:before,
.uibox11 .uibox11bg2 .ku_html li:hover .img_box:after{display: none;} */
.uibox11 .uibox11bg2 .ku_html li:hover .btm h3 {
  color: #fff;
}
.boxlist11 .uiboxbg h3 {
  top: 160px;
}
.boxlist11 .boxlist11_con {
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding-bottom: 160px;
}
.boxlist11 .slider-for {
  width: 1200px;
  height: 180px;
  margin: 0 auto;
}
.boxlist11 .slider-for .slick-slide {
  position: relative;
  width: 1200px;
  height: 427px;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  margin-bottom: 145px;
}
.boxlist11 .slider-for .slick-slide .pic {
  position: relative;
  width: 557px;
  height: 317px;
  padding-top: 80px;
}
.boxlist11 .slider-for .slick-slide .pic:before {
  position: absolute;
  left: 20px;
  top: 70px;
  width: 560px;
  height: 300px;
  transform: rotate(-3deg);
  background-color: #7746ed;
  content: "";
}
.boxlist11 .slider-for .slick-slide img {
  position: relative;
  width: 556px;
  box-shadow: 0 1px 90px rgba(65, 80, 112, 0.66);
  /* border: 4px rgba(166,166,219,.8) solid; */
  z-index: 3;
}
.boxlist11 .slider-for .slick-slide.slick-active {
  opacity: 1;
}
.boxlist11 .slider-for .slick-list {
  overflow: visible;
}
.boxlist11 .slider-for p {
  position: absolute;
  left: 630px;
  top: 50%;
  width: 572px;
  font-size: 22px;
  color: #cbcbcb;
  line-height: 29px;
  transform: translate(0, -50%);
}
.boxlist11 .slider-for p b {
  position: relative;
  display: block;
  font-weight: normal;
  padding: 15px 0 15px 50px;
}
.boxlist11 .slider-for p b:last-child {
  padding-bottom: 0;
}
.boxlist11 .slider-for p b:before {
  position: absolute;
  left: 20px;
  top: 25px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #b761ff;
  content: "";
}
.boxlist11 .slider-for p span {
  position: relative;
  display: block;
  font-size: 60px;
  color: #9071da;
  font-style: italic;
  line-height: 60px;
  background: linear-gradient(to bottom, #b660ff, #d97eff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
.boxlist11 .slider-for p span:after {
  position: absolute;
  left: 160px;
  bottom: 6px;
  width: 200px;
  height: 3px;
  background: -moz-linear-gradient(to right, #af66de, #0f0f1d);
  background: linear-gradient(to right, #af66de, #0f0f1d);
  content: "";
}
.boxlist11 .botnav {
  position: relative;
  width: 100%;
  height: 172px;
  border-bottom: 3px #4c3c78 solid;
  margin: 220px auto 0;
}
.boxlist11 .botnav .slick-track {
  margin-left: 32px;
}
.boxlist11 .slider-nav {
  position: relative;
  width: 1050px;
  height: 48px;
  cursor: pointer;
  padding-top: 10px;
  margin: 0 auto;
}
.boxlist11 .slider-nav .slick-list {
  overflow: visible;
}
.boxlist11 .slider-nav .slick-slide {
  height: 48px;
}
.boxlist11 .slider-nav .slick-slide p {
  display: inline-block;
  width: 100%;
  height: 3px;
}
.boxlist11 .slider-nav i {
  display: block;
  width: 15px;
  height: 15px;
  box-shadow: 0 0 0 8px rgba(123, 81, 231, 0.3);
  background: #936cf6;
  border-radius: 50%;
  margin: -6px auto 30px;
}
.boxlist11 .slider-nav span {
  display: block;
  font-size: 22px;
  color: #737380;
  text-align: center;
  font-style: italic;
  font-weight: bold;
}
.boxlist11 .slider-nav .slick-current i {
  position: relative;
  width: 51px;
  height: 51px;
  box-shadow: 0 0 0 8px rgba(123, 81, 231, 0.2);
  background: rgba(202, 79, 187, 0.4);
  margin: -24px auto 12px;
}
.boxlist11 .slider-nav .slick-current i:before {
  position: absolute;
  left: 18px;
  top: 18px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  box-shadow: 0 0 0 9px #ea4ea9;
  background-color: #fff;
  content: "";
}
.boxlist11 .slider-nav .slick-current span {
  font-size: 24px;
  color: #fff;
}
.boxlist11 .slider-nav button {
  position: absolute;
  right: -200px;
  top: -185px;
  width: 54px;
  height: 54px;
  font-size: 0;
  border: none;
  padding: 0;
  background: url("/2020gw/images/uipic/pic.png") no-repeat -57px -297px;
  z-index: 6;
  cursor: pointer;
}
.boxlist11 .slider-nav button:before {
  display: none;
}
.boxlist11 .slider-nav button.slick-prev {
  left: -200px;
  background-position-x: 0;
}
.boxlist11 .slider-nav button.slick-prev:hover,
.boxlist11 .slider-nav button.slick-next:hover {
  background-position-y: -241px;
}

.boxlist10 .boxlist10_con .boxlist10_right .btm h3 {
  display: none;
}
.boxlist10 .boxlist10_con .boxlist10_right .btm p {
  padding-left: 0;
}
.boxlist10 .boxlist10_con .boxlist10_right .btm p:before {
  display: none;
}

.ui_newsinfo {
  background-color: #0f0f1d;
  padding-bottom: 160px;
}
.ui_newsinfo .newsinfo_list {
  display: flex;
  justify-content: space-between;
  width: 1358px;
  height: 550px;
  /* border: 2px #18182d solid; */
  box-sizing: border-box;
  background-color: #0f0f1d;
  margin-left: -79px;
  padding: 111px 78px 0 92px;
}
.ui_newsinfo .newsinfo_list .list_main {
  position: relative;
  width: 340px;
}
.ui_newsinfo .newsinfo_list .list_main:before {
  position: absolute;
  left: -20px;
  top: -40px;
  width: 74px;
  height: 55px;
  background: url("/2020gw/images/uipic/pic.png") no-repeat -663px 0;
  content: "";
}
.ui_newsinfo .newsinfo_list .list_main:nth-child(2):before {
  background-position-y: -55px;
}
.ui_newsinfo .newsinfo_list .list_main:nth-child(3):before {
  background-position-y: -110px;
}
.ui_newsinfo .newsinfo_list .list_main h2 {
  position: relative;
  height: 34px;
  line-height: 34px;
  z-index: 2;
}
.ui_newsinfo .newsinfo_list .list_main h2 span {
  font-size: 24px;
  color: #e8e8f9;
  font-weight: bold;
}
.ui_newsinfo .newsinfo_list .list_main h2 a {
  float: right;
  font-size: 14px;
  color: #a173fc;
  line-height: 42px;
}
.ui_newsinfo .newsinfo_list .list_main ul {
  height: 305px;
  overflow: hidden;
  margin-top: 30px;
}
.ui_newsinfo .newsinfo_list .list_main li {
  position: relative;
  border-bottom: 1px rgba(155, 155, 159, 0.15) dashed;
  margin-left: 22px;
  padding: 5px 0;
}
.ui_newsinfo .newsinfo_list .list_main li:before {
  position: absolute;
  left: -22px;
  top: 21px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #936cf6;
  content: "";
}
.ui_newsinfo .newsinfo_list .list_main li span {
  display: none;
}
.ui_newsinfo .newsinfo_list .list_main li a {
  display: block;
  height: 40px;
  font-size: 18px;
  color: #bebebe;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
